Skip to content

chore(deps): update dependency @storybook/test-runner to ^0.24.0#756

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/storybook-test-runner-0.x
Closed

chore(deps): update dependency @storybook/test-runner to ^0.24.0#756
renovate[bot] wants to merge 1 commit intomainfrom
renovate/storybook-test-runner-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 13, 2025

This PR contains the following updates:

Package Change Age Confidence
@storybook/test-runner ^0.22.1^0.24.0 age confidence

Release Notes

storybookjs/test-runner (@​storybook/test-runner)

v0.24.2

Compare Source

🐛 Bug Fix
Authors: 1

v0.24.1

Compare Source

🐛 Bug Fix
Authors: 3

v0.24.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

v0.23.0

Compare Source

🚀 Enhancement

In Storybook 9, the accessibility addon has been enhanced with automated reporting capabilities and the Test-runner has out of the box support for it. If you have @storybook/addon-a11y installed, as long as you enable them via parameters, you will get a11y checks for every story:

// .storybook/preview.ts

const preview = {
  parameters: {
    a11y: {
      // 'error' will cause a11y violations to fail tests
      test: 'error', // or 'todo' or 'off'
    },
  },
};

export default preview;

If you had a11y tests set up previously for Storybook 8 (using axe-playwright and the test-runner hooks), you can uninstall axe-playwright and remove all the code from the test-runner hooks, as they are not necessary anymore.

🐛 Bug Fix
Authors: 2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 13, 2025

📦 Next.js Bundle Analysis for junat.live

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.34%. Comparing base (185fd34) to head (36f102c).
⚠️ Report is 18 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #756   +/-   ##
=======================================
  Coverage   71.34%   71.34%           
=======================================
  Files          57       57           
  Lines         813      813           
  Branches      190      190           
=======================================
  Hits          580      580           
  Misses        233      233           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 2 times, most recently from b01eb6b to d6a9040 Compare June 16, 2025 21:07
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 7 times, most recently from ccf5d8c to 7e4b188 Compare June 28, 2025 07:17
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 18 times, most recently from e616869 to 1ebc9a2 Compare July 12, 2025 13:54
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 1ebc9a2 to da1e3da Compare July 26, 2025 12:08
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 3 times, most recently from 736def9 to ec7cd6b Compare December 4, 2025 06:15
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 16 times, most recently from 9bf5c42 to 1614e0b Compare December 28, 2025 09:40
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 2 times, most recently from 7475ce2 to 1c6c4e3 Compare January 8, 2026 18:16
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 1c6c4e3 to 4c73f88 Compare January 19, 2026 15:17
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 7 times, most recently from 30f2383 to e8f7135 Compare February 1, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant